Method: LibSL::CreateTrustedCircuitPacket#build_structure

Defined in:
lib/_packets.rb

#build_structureObject



9152
9153
9154
9155
9156
9157
9158
9159
# File 'lib/_packets.rb', line 9152

def build_structure()
	@blocks = [
		[:DataBlock, Block.new([
			[:EndPointID, :LLUUID],
			[:Digest, :LLFixed]
		])]
	]
end