Class: TonSdkRuby::BocHeader

Inherits:
Object
  • Object
show all
Defined in:
lib/ton-sdk-ruby/boc/serializer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#absent_numObject

Returns the value of attribute absent_num.



15
16
17
# File 'lib/ton-sdk-ruby/boc/serializer.rb', line 15

def absent_num
  @absent_num
end

#cells_dataObject

Returns the value of attribute cells_data.



15
16
17
# File 'lib/ton-sdk-ruby/boc/serializer.rb', line 15

def cells_data
  @cells_data
end

#cells_numObject

Returns the value of attribute cells_num.



15
16
17
# File 'lib/ton-sdk-ruby/boc/serializer.rb', line 15

def cells_num
  @cells_num
end

#flagsObject

Returns the value of attribute flags.



15
16
17
# File 'lib/ton-sdk-ruby/boc/serializer.rb', line 15

def flags
  @flags
end

#has_cache_bitsObject

Returns the value of attribute has_cache_bits.



15
16
17
# File 'lib/ton-sdk-ruby/boc/serializer.rb', line 15

def has_cache_bits
  @has_cache_bits
end

#has_indexObject

Returns the value of attribute has_index.



15
16
17
# File 'lib/ton-sdk-ruby/boc/serializer.rb', line 15

def has_index
  @has_index
end

#hash_crc32Object

Returns the value of attribute hash_crc32.



15
16
17
# File 'lib/ton-sdk-ruby/boc/serializer.rb', line 15

def hash_crc32
  @hash_crc32
end

#offset_bytesObject

Returns the value of attribute offset_bytes.



15
16
17
# File 'lib/ton-sdk-ruby/boc/serializer.rb', line 15

def offset_bytes
  @offset_bytes
end

#root_listObject

Returns the value of attribute root_list.



15
16
17
# File 'lib/ton-sdk-ruby/boc/serializer.rb', line 15

def root_list
  @root_list
end

#roots_numObject

Returns the value of attribute roots_num.



15
16
17
# File 'lib/ton-sdk-ruby/boc/serializer.rb', line 15

def roots_num
  @roots_num
end

#size_bytesObject

Returns the value of attribute size_bytes.



15
16
17
# File 'lib/ton-sdk-ruby/boc/serializer.rb', line 15

def size_bytes
  @size_bytes
end

#tot_cells_sizeObject

Returns the value of attribute tot_cells_size.



15
16
17
# File 'lib/ton-sdk-ruby/boc/serializer.rb', line 15

def tot_cells_size
  @tot_cells_size
end